dvb_dmx_stop

@brief Stops the DMX filter for a given file descriptor @ingroup demux

@param dmx_fd File descriptor to close

This is a wrapper function to DMX_STOP ioctl. See http://linuxtv.org/downloads/v4l-dvb-apis/dvb_demux.html for more details.

@warning Deprecated. Please use dvb_dev_dmx_stop() instead.

extern (C)
void
dvb_dmx_stop
(
int dmx_fd
)

Meta